public class GxColumnsToolpanel
extends GxToolpanel
Columns Toolpanel
Modifier and Type | Field and Description |
---|---|
BBjNumber | ContractColumnSelection! By default, column groups start expanded. Pass true to default to contracted groups |
BBjNumber | SuppressColumnExpandAll! suppress Expand / Collapse all widget. |
BBjNumber | SuppressColumnFilter! suppress Column Filter section. |
BBjNumber | SuppressColumnMove! Suppress Column Move section |
BBjNumber | SuppressColumnSelectAll! suppress Select / Un-select all widget. |
BBjNumber | SuppressPivotMode! suppress Pivot Mode section. |
BBjNumber | SuppressPivots! suppress Column Labels (Pivot) section. |
BBjNumber | SuppressRowGroups! Suppress Row Groups section. |
BBjNumber | SuppressSyncLayoutWithGrid! Suppress updating the layout of columns as they are rearranged in the grid |
BBjNumber | SuppressValues! suppress Values section |
Constructor and Description |
---|
GxColumnsToolpanel() Construct new columns toolpanel |
GxColumnsToolpanel(BBjString label!) Construct new toolpanel |
GxColumnsToolpanel(BBjString label! , BBjString icon!) Construct new toolpanel |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() Get a json representation for the toolpanel |
static BBjString | getId() {@inheritDoc} |
static BBjString | ID() {@inheritDoc} |
public BBjNumber ContractColumnSelection!
By default, column groups start expanded. Pass true to default to contracted groups
public BBjNumber SuppressColumnExpandAll!
suppress Expand / Collapse all widget.
public BBjNumber SuppressColumnFilter!
suppress Column Filter section.
public BBjNumber SuppressColumnMove!
Suppress Column Move section
public BBjNumber SuppressColumnSelectAll!
suppress Select / Un-select all widget.
public BBjNumber SuppressPivotMode!
suppress Pivot Mode section.
public BBjNumber SuppressPivots!
suppress Column Labels (Pivot) section.
public BBjNumber SuppressRowGroups!
Suppress Row Groups section.
public BBjNumber SuppressSyncLayoutWithGrid!
Suppress updating the layout of columns as they are rearranged in the grid
public BBjNumber SuppressValues!
suppress Values section
public GxColumnsToolpanel()
Construct new columns toolpanel
public GxColumnsToolpanel(BBjString label!)
Construct new toolpanel
BBjString
label! the toolpanel labelpublic JsonObject getAsJsonObject()
Get a json representation for the toolpanel
public static BBjString getId()
public static BBjString ID()